home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / TCHK060.LZH / FILEHK.H < prev    next >
C/C++ Source or Header  |  1988-01-15  |  538b  |  14 lines

  1. /* TCHK 0.60 - Howard Kapustein's Turbo C library      1-15-88 */
  2. /* Copyright (C) 1988, Howard Kapustein.  All rights reserved. */
  3.  
  4. /* filehk.h  -  header file for file routines */
  5.  
  6. #ifndef FNAMESIZE
  7. #define FNAMESIZE  64             /* d:\path\filename.ext  = 2 + 49 + 12 + 1 (\0) */
  8. #endif
  9.  
  10. /* function prototypes */
  11. int getfname(byte row, byte col, char *returnstr, char *pattern,
  12.              int argn, int argk[]);         /* get a filename.ext */
  13. int set_handles(int handles);         /* set handle count (DOS 3.3) */
  14.